home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 3_16.lha / 3_16 / makefile < prev   
Makefile  |  1993-08-08  |  202b  |  12 lines

  1. C= CC -I. -I../../CC
  2. RROR=  ../../error.o
  3. ll: 3_16
  4.  
  5. _16: 3_16a.c 3_16b.c 3_16c.c 3_16d.c
  6. $(CC) 3_16.c -o 3_16 $(ERROR)
  7.  
  8. est: all 3_16.cmp
  9. 3_16 < 3_16.in > 3_16.out
  10. cmp 3_16.out 3_16.cmp
  11. echo tests done
  12.